home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-15 | 442 b | 22 lines | [TEXT/KAHL] |
- /*
- * Object.h
- *
- * Robert Dierkes, November 11, 1993
- *
- * Change History:
- *
- * 11/93 ??? New
- * 4/96 bob Changed boolean to Boolean.
- * Added the copyright info.
- *
- *
- * © Apple Computer, Inc. 1990 - 1996 All rights reserved
- *
- */
-
-
- void InitializeObject (Boolean isSquare, Fixed width, Fixed height, gxShape *pObject, gxShape *pLastObject);
- void MoveObject (void);
- void DrawObject (void);
- void DrawObjectFrame (void);
-